home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
libs
/
chunky_usr.lha
/
chunky_usr
/
Install
< prev
next >
Wrap
Text File
|
1999-02-15
|
537b
|
29 lines
;
; Installation script for chunky.library (user)
; Written by Bart Simpson of Springfield.
;
; $VER: HEaP Install 1.0 (15-Feb-99)
;
(complete 0)
(message
(cat "This installation script will install chunky.library\n"
"on your system.\n\n"
"The documentation will not be installed.")
(all)
)
(complete 50)
(copylib
(prompt "Installing chunky.library")
(help @copylib-help)
(source "libs/chunky.library")
(dest "LIBS:")
(confirm)
)
(complete 100)
(exit "Installation of chunky.library complete." (quiet))